NevronOpenVision
Nevron.Nov.Dom Namespace / NNodeCollectionDataBinding<TTarget,TTargetItem,TDataSourceItem> Class
Fields Properties Methods Events


In This Topic
    NNodeCollectionDataBinding<TTarget,TTargetItem,TDataSourceItem> Class Members
    In This Topic

    The following tables list the members exposed by NNodeCollectionDataBinding<TTarget,TTargetItem,TDataSourceItem>.

    Public Constructors
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the CreateItemNode event.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the DataBoundItem extended property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the DataSource property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NNodeCollectionDataBinding.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the binding data source.  
    Public PropertyGets the target collection that should be populated from the data source.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Clears the value of the DataBoundItem extended property of the given node.  
    Public Methodstatic (Shared in Visual Basic)Gets the value of the DataBoundItem extended property of the given node.  
    Public MethodRemoves all items of the target node and recreates them based on the contents of the data source.  
    Public Methodstatic (Shared in Visual Basic)Sets the value of the DataBoundItem extended property of the given node.  
    Top
    Protected Methods
     NameDescription
    Protected MethodSubscribes to the child inserting and child removing events of the given node.  
    Protected MethodUnsubscribes from the child inserting and child removing events of the given node.  
    Protected MethodCalled when a node should be created for the given data source item.  
    Protected MethodOverridden. Overriden to unsubscribe from the child events of the old parent node and subscribe to those of the new one.  
    Protected MethodOverriden to throw exception because items cannot be inserted in a data binded node collection.  
    Protected MethodOverriden to throw exception because items cannot be removed from a data binded node collection.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when a node should be created for a given data source item.  
    Top
    See Also